projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc3b140
)
Require gtk-doc 1.33
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 1 Oct 2020 19:08:50 +0000
(15:08 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 1 Oct 2020 19:09:26 +0000
(15:09 -0400)
We'll hopefully get a gtk-doc release out with that
version number soon.
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index ac940638fc4f868a25c41e14937378fd1d6cbabb..ab4e0a1f31cc8282f3fc0408a6f2e5be498d3b94 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-383,7
+383,7
@@
graphene_dep = dependency('graphene-gobject-1.0', version: graphene_req,
fallback: ['graphene', 'graphene_dep'])
iso_codes_dep = dependency('iso-codes', required: false)
-gtk_doc_dep = dependency('gtk-doc', version: '>=1.
99
',
+gtk_doc_dep = dependency('gtk-doc', version: '>=1.
33
',
fallback: ['gtk-doc', 'dummy_dep'],
default_options: ['tests=false', 'yelp_manual=false'],
required: get_option('gtk_doc'))